/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
html { font-size: 62.5%; } 
body { font-family: 'Open Sans', calibri, sans-serif;}


body.bg1 {
	background: #6c6c6c center top url(../img/body_bg1.jpg) no-repeat;
	background-attachment: fixed;
}

body.bg2 {
	background: #131313 center top url(../img/body_bg2.jpg) no-repeat;
	background-attachment: fixed;
}

body.bg3 {
	background: #333 center top url(../img/body_bg3.jpg) no-repeat;
	background-attachment: fixed;
}

body.bg4 {
	background: #222 center top url(../img/body_bg4.jpg) no-repeat;
	background-attachment: fixed;
}

body.bg5 {
	background: #121212 center top url(../img/body_bg5.jpg) no-repeat;
	background-attachment: fixed;
}

body.bg6 {
	background: #222 center top url(../img/body_bg6.jpg) no-repeat;
	background-attachment: fixed;
}

body.bg7 {
	background: #606060 center top url(../img/body_bg7.jpg) no-repeat;
	background-attachment: fixed;
}

body.bghan {
	background: #333 center top url(../img/body_bghan.jpg) no-repeat;
	background-attachment: fixed;
}

body.bgwillow {
	background: #171717 center top url(../img/body_bgwillow.jpg) no-repeat;
	background-attachment: fixed;
}

#outer_wrapper {
	position: relative;
	width: 954px;
	min-height: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 130px;
	background: url(../img/virginia_red.gif) white no-repeat;
}

#wrapper {
	position: relative;
	width: 954px;
	overflow: hidden;
	padding: 30px 0 50px;
}

header {
	position: relative;
	width: 100%;
	height: 150px;
	float: left;
	background: url(../img/rep_header_red4.png) no-repeat;
}

header h1 {
	width: 300px;
	height: 150px;
	margin: 0;
	display: block;
}

header h1 a {
	width: 300px;
	height: 150px;
	display: block;
}

header h2 a {
	position: absolute;
	width: 439px;
	height: 100px;
	color: white;
	top: 50px;
	left: 760px;
	margin: 0;
	background: url(../img/btn_donate_wht_sm.png) no-repeat;	
}

/*
 * For word to the right of vrt graphic red2 -- add background: url (img --was used for donate, currently inactive
 */
header h3 a {
	position: absolute;
	width: 75px;
	height: 100px;
	color: white;
	top: 28px;
	left: 752px;
	margin: 0;
}
/*
 * End inactive -- no bg img here atm
 */

#nav {
	width: 954px;
	height: 22px;
	font-family: 'Open Sans', calibri, sans-serif;
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #000;
	float: left; /*force to contain list items */
}

#nav li {
	width: 105px;
	float: left;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px 0;
}
#nav li + li {
	border-left: 1px solid white;
}
#nav li a {
	color: white;
	text-decoration: none;
	height: 16px;
	display: block;
}

#detail_menu {
	width: 956px;
	top: 203px;
	background: #f7f7e6 url(../img/menu_bg_grey.gif) repeat-y;
	border-bottom: 3px solid #eb0000;
	float: left;
}

#detail_menu div {
	width: 106px;
	float: left;
	padding-top: 0.5em;
	padding-bottom: 1em;
}

#detail_menu ul {
	list-style: none;
	width: 105px;
	padding: 0;
	margin: 0;
	text-align: center;
}

#detail_menu li {
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}

#detail_menu a {
	color: white;
	text-decoration: none;
	display: block;
}
#detail_menu a:hover {
	background-color: #666;
	color: white;	
}

#sn_tab {
	position: absolute;
	z-index: 100;
	width: 58px;
	top: 180px;
	left: 1084px;
	text-align: center;
	padding: 12px 0 4px;
	background: url(../img/sn_bg_5icons.gif) 0 0;
}

#sn_tab img {
	margin-bottom: 8px;
}

/*============================================================*/
/* Styles for Home Page slider: These override default styles 
   in anythingslider.css */
   
#slider { 
	position: relative;
	width: 954px; 
	height: 300px; 
}

#slider .five_four .slider_buttons {
	position: absolute;
	top: 200px;
	left: 600px;
}

div.anythingControls {
	float: left;
	width: 956px;
	background-color: #eb0000;
}
ul.thumbNav {
	width: 922px;
	text-align: right;
	position: relative;
}

ul.slider_buttons {
	position: absolute;
	z-index: 5;
	left: 530px;
	color: red;
}

.anythingSlider .arrow { 
		display: block; height: 80px; 
		width: 40px; 
		background: url(../img/marquee-arrows_grey.png) no-repeat 0 0; 
		text-indent: -9999px; 
		position: absolute; 
		top: 138px; 
		cursor: pointer; 
		}


div.anythingSlider .anythingControls ul a {
	font: 12px/18px 'Open Sans', helvetica, Serif;
	font-weight: 700;
	color: #000;
	display: inline-block;
	text-decoration: none;
	padding: 2px 4px;
	height: 18px;
	margin: 0 5px 0 0;
	background-image: url(../images/default.png);
	background-position: center -288px ;
	background-repeat: repeat-x;
	text-align: center;
	outline: 0;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}

div.anythingSlider .anythingControls ul a.cur {
	color: #fff;
}

.anythingSlider #thumbNav a.next { 
		color: white; 
		cursor: pointer;
		padding: 0px;
}

/*============================================================*/
/* ALTERNATE 33333333333 Styles for Home Page  only 3 main announcements  */

/*
#home_announcements {
	height: 260px;
	float: left; /*force div wrap*/
}
/*
#home_announcements .announcement_column {
	position: relative;
	width: 287px;
	height: 180px;
	float: left;
	text-align: center;
	padding: 10px 15px 0;
	margin-top: 20px;	
}

#left_announcements, #middle_announcements {
	border-right: 1px solid #333;
}

#home_announcements h2 {
	font-size: 1.4em;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 1em;
}

p.announcement {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 3.2em;
	line-height: 1.2em;
	font-weight: 700;
	color: #eb0000;
	margin: 0;
}

p.sub_announcement {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.8em;
	line-height: 1.3em;
	font-weight: 700;
	color: #555;
	margin: 0.5em;
}

.openbolditalic {
	font-weight: 700;
	font-style: italic;
}

h3.home_button {
	position: absolute;
	bottom: 0px;
	left: 93px;
	width: 130px;
	height: 21px;
	color: white;
	background-color: #eb0000;
	text-transform: uppercase;
	margin-bottom: 0;
	padding-top: 2px;
}

h3.home_button a {
	width: 130px;
	height: 21px;
	display: block;
	text-decoration: none;
	color: white;
}
*/


/*============================================================*/


/* 444444444 Styles for Home Page body when 4 main announcements are needed   */


#home_announcements {
	height: 260px;
	float: left; 
}

#home_announcements .announcement_column {
	position: relative;
	width: 215px;
	height: 140px;
	float: left;
	text-align: center;
	padding: 5px 10px 0 ;
	margin-top: 20px;	
	margin-bottom: 40px;
}

#left_announcements, #middle_announcements, #middle_announcements2 {
	border-right: 1px solid #333;
}

#home_announcements h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 1em;
}

p.announcement {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 2.2em;
	line-height: 1.2em;
	font-weight: 700;
	color: #eb0000;
	margin: 0;
}

p.sub_announcement {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: 700;
	color: #555;
	margin: 0.5em;
}

.openbolditalic {
	font-weight: 800;
	font-style: italic;
}

h3.home_button {
	position: absolute;
	bottom: 0px;
	left: 55px;
	width: 130px;
	height: 21px;
	color: white;
	background-color: #eb0000;
	text-transform: uppercase;
	margin-bottom: 0;
	padding-top: 4px;
}

h3.home_button a {
	width: 130px;
	height: 21px;
	display: block;
	text-decoration: none;
	color: white;
}



/*============================================================*/


/* Home Page extra announcements */

#extras h1 {
	font-size: 3em;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 1em;
	margin-bottom: 1.4em;
}

#extras h1 a {
	color: #000;
	text-decoration: underline;
}
   
   
#extras h2 {
	font-size: 1.4em;
	text-transform: uppercase;
	color: #eb0000;
	margin-bottom: 1em;
}

#extras h2 a {
	font-size: 1em;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 1em;
}

#extras h2 a:hover {
	font-size: 1em;
	text-transform: uppercase;
	color: #eb0000;
	margin-bottom: 1em;
}

#extras p {
	font-size: 1.4em;
}

#extras p a {
	text-decoration: none;
}


/*============================================================*/
/* Home Page sponsor display */
   
#sponsors {
	clear: left;
	border-left: 1px solid #eb0000;
	border-right: 1px solid #eb0000;

}

h4.sponsors_title {
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #eb0000;
	text-align: center;
	border-bottom: 1px solid #eb0000;
	padding-bottom: 4px;
	margin: 0;
}

#sponsor_array {
	padding: 4px 0 22px 0px;
	text-align: center;
}



/*============================================================*/
/* General styles for Secondary pages */

#content {
	clear: both;
	width: 100%;
	min-height: 600px;
	background: url(../img/content_bg_red.gif) repeat-y;
	overflow: hidden; /* force div to wrap around floating columns */
}

#sidebar {
	position: relative;
	width: 317px;
	float: left;
	padding-bottom: 80px;
	padding-left: 1px; /* reveal left-edge rule */
}

#secondary_nav_intro {
	position: absolute;
	top: 45px;
	left: 30px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.2em;
	font-weight: 700;
	color: #eb0000;
	margin: 0;
	padding: 0;
}

#secondary_nav {
	list-style: none;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.5em;
	font-weight: 600;
	color: #000;
	padding: 0;
	margin-top: 55px;
	margin-left: 15px;
}

#secondary_nav li {
	padding: 0 15px;
	background: url(../img/sub_nav_arrow_red.gif) no-repeat;
	background-position: 0px 6px;
}
#secondary_nav li:hover {
	background: url(../img/sub_nav_arrow_on_black.gif) no-repeat;
	background-position: 0px 6px;
}

#secondary_nav a {
	color: #333;
	text-decoration: none;
}


img.single_sidebar_img {
	margin-top: 100px;
}
p.image_caption {
	width: 236px;
	text-align: center;
	color: #222;
	padding: 0 15px;
	margin-top: 0.5em;
}

p.image_caption a {
text-decoration: none;
}

#main p.image_caption {
	width: 500px;	
	font-size: 11px;
	font-weight: 700;
	color: #222;
	line-height: 150%;
	position: relative;
	top: -0.4em;
	text-align: left;
	padding: 0;
}

/* My Comment */

#main {
	width: 530px;
	float: left;
	padding: 0 106px 80px 0;
}

#main h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 2.4em;
	line-height: 125%;
	font-weight: 700;
	text-transform: uppercase;
	color: #eb0000;
	margin-top: 30px;
}

#main h1.poppins {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 2.4em;
	line-height: 125%;
	font-weight: 700;
	text-transform: uppercase;
	color: #eb0000;
}

#main h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.8em;
	font-weight: 700;
	color: #eb0000;
	margin-bottom: 0.2em;
}

#main h2.announcement {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.8em;
	font-weight: 700;
	color: #eb0000;
	margin-bottom: 0.2em;
}

#main h2.dates {
	color: #593301;
}

#main h3 {
	font-size: 1.3em;
	margin-bottom: 0.3em;
	font-weight: 700;
	color: #593301;
}

#main h3.announcement {
	color: #730101;
}

#main h3.toc {
	font-size: 1.3em;
	font-weight: 800
	margin-bottom: 0.6em;
	background-color: #f2f2f2;
	text-transform: uppercase;
}

/* h4 for Dominion and other sponsors immediately below show titles */

#main h4 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.7em;
	font-weight: 700;
	color: #464646;
	margin-bottom: 0.2em;
}

#main p.address {
	font-size: 1.4em;
	color: #593301;
	margin-top: 0px;
	margin-bottom: 2em;
	font-weight: 500;
}

#main p {
	width : 500px;
	font-size: 1.3em;
	line-height: 1.6em;
	margin: 0 0 1.2em 0;
	color: 333;
}

#main .showtitle {
	font-weight: 600;
	font-style: italic;
}


#main ul, #main ol {
	font-size: 1.3em;
	line-height: 1.6em;
	margin-top: 0.5em;
}

#main img.inset_photo {
	float: left;
	margin: 6px 10px 2px 0;
	border: 1px solid #888;
}

#main img.inset_noborder {
	float: left;
	margin: 6px 10px 2px 0;
	
}

#main a {
	text-decoration: underline;
	color: #000;
	font-weight: 600;
}

#main a:hover {
	text-decoration: underline;
	color: #eb0000;
	font-weight: 600;
}

#main small {
	font-size: 1em;
	line-height: 1.3em;
}
#main small a {
	color: #eb0000;
}

#main img.full_span_img {
	margin-bottom: 1em;
	margin-top: 0.6em;
}

#main iframe {
	margin-bottom: 0.5em;
}

#main h3.button {
	width: 106px;
	height: 21px;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	background-color: #eb0000;
	text-transform: uppercase;
	margin-bottom: 4px;
	padding-top: 4px;
}

#main h3.button a {
	color: white;
	text-decoration: none;
}

#main h3.button-aha {
	width: 95px;
	height: 18px;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	background-color: #2a6365;
	text-transform: uppercase;
	margin-bottom: 2px;
	padding-top: 2px;
}

#main h3.button-aha a {
	color: white;
	text-decoration: none;
}
#personnel_listing p {
	line-height: 1.4em !important;
}


/*============================================================*/
/* Styles used on specific pages */

#sidebar img.directions_venue {
	position: absolute;
	top: 226px;
	left: 1px;
}

#main .review {
	font-weight: 500;
	color: #eb0000;
	font-size: 1.5em;
}

#main .review a {
	font-weight: 600;
	color: 000;
}

#main .pr {
	font-weight: 300;
	font-size: 1.2em;
	font-style: italic;
}

#main .pr a {
	color: 333;
}

#main .previews {
	font-weight: 200;
	color: #eb0000;
}

#main .previews a {
	font-weight: 200;
	color: #00000;
}

.bmoc {
	font-weight: 700;
}

#signatures .single_sig {
	width: 125px;
	float: left;
	margin-right: 140px;
}

#main .smallcaps {
	font-variant: small-caps;
}



/*============================================================*/
/* Footer Styles */

footer {
	clear: both;
	height: 90px;
	background-color: #777;
}

footer p {
	font-size: 1.1em;
	line-height: 1.5em;
	color: white;
}

footer #footer_contact {
	width: 246px;
	float: left;
	margin: 0;
	padding: 20px 0px 0px 100px;
}

footer #footer_home {
	width: 176px;
	float: left;
	margin: 0;
	padding: 20px 0px 0px 40px;
}

footer #cdi_credit {
	width: 226px;
	float: left;
	margin: 0;
	padding: 20px 0px 0px 120px;
}

footer a {
	color: white;
	text-decoration: underline;
}

footer a:hover {
	color: white;
	text-decoration: underline;
}

footer a:visited {
	color: white;
	text-decoration: underline;
}

.disclaimer {
	font-size: .8em;
}

/* 2 columns for SIngle and Sub buttons */

.column_2col {
  float: left;
  width: 40%;
}

.column_2col_B {
  float: left;
  width: 50%;
}

#column_2col p {
	width : 220px;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0 0 1.2em 0;
}

#column_2col_B p {
	width : 220px;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0 0 1.2em 0;
}

/* Clear floats after the columns */
.row_2col:after {
  content: "";
  display: table;
  clear: both;
}

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
